entry: Don't clear when setting icons
authorMatthias Clasen <mclasen@redhat.com>
Fri, 18 Dec 2015 23:10:08 +0000 (18:10 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 19 Dec 2015 00:38:07 +0000 (19:38 -0500)
commit18e8842a7e0f458fb1fda2d3ddb8585aa7284324
treef37535b6f212cf70bccb46e7fe68630da474fdce
parent6f5b19a0a534764dad7b8bd0f397a46dc06bef9d
entry: Don't clear when setting icons

Clearing the icon doesn't appear to be necessary with
todays code, and it has the unfortunate side-effect of
temoorarily hiding the icon's window, which breaks grabs
and makes us miss the button release event when the icon
is changed from a button press handler.
gtk/gtkentry.c